home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / max.arc / FDEF.DEF < prev    next >
Encoding:
Text File  |  1986-04-05  |  1.8 KB  |  48 lines

  1. ; What follows is a description of the global definitions in the FDEF.DEF
  2. ; file to generate a color version which is a middle between flicker and
  3. ; and performance--so far the only thing which can be thus automatically
  4. ; created.
  5.  
  6. TRUE        equ    1
  7. FALSE        equ    0
  8. ;***************************************************************************
  9. ; You may change what is below the starred lines to suit your personal
  10. ; configuration or preference. After changing these, you will have to
  11. ; reassemble all modules with the macro assembler.
  12.  
  13. MONO        equ    FALSE        ; if T, I congratulate you to your
  14.                     ; choice: the color card sucks!
  15.  
  16.  
  17. COLOR        equ    TRUE        ; if TRUE, choose noflicker: T/F
  18.                     ; I recommend you accept some flicker
  19.                     ; in exchange for "real" performance
  20. NOFLICKER    =    FALSE        ; only used in two places, for
  21.                     ; screenupdate and for quick insert
  22.                     ; to the screen, color display is
  23.                     ; simply to slow to allow flickerfree
  24.                     ; direct updating
  25.  
  26. TAB8SPACES    equ    TRUE        ; shall a TAB be '      ' or ^I ?
  27. NOBLOCKEXIT    equ    TRUE        ; leave the cursor how it is on exit
  28. INITLASTLINE    equ    FALSE        ; if TRUE then display no lastlinemenu
  29.                     ; if FALSE, display it (startup)
  30. EOF_CHAR    equ    7        ; a small dot, to fill the rest of the
  31.                     ; screen when you edit close to the
  32.                     ; end of the file.
  33. CONFIRM        equ    TRUE        ; to confirm with CTL-Y before exiting
  34.                     ; to DOS
  35.  
  36. ;***************************************************************************
  37. ; change only what is above this text. Leave below, unless you really know
  38. ; what you are doing.
  39.  
  40. if mono
  41.     noflicker = false
  42. endif
  43.  
  44. ; ... what follows should be identical to FDEF.DEF for all things. Do not
  45. ; change these unless you really know what you are doin.
  46.  
  47.  
  48.